home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man white.swf / scripts / DefineSprite_63 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  339 b   |  19 lines

  1. stop();
  2. col = new Array(14483456,16751001,6750207,16750848);
  3. i = 0;
  4. while(i < 4)
  5. {
  6.    G.attachMovie("Ghost",i,i);
  7.    tellTarget(G[i])
  8.    {
  9.       _X = -200;
  10.       Eyes.gotoAndStop(2);
  11.    }
  12.    this["c" + i] = new Color(G[i].Shape);
  13.    this["c" + i].setRGB(col[i]);
  14.    i++;
  15. }
  16. ck = new Color("GK");
  17. GK.kval = 100;
  18. count = 0;
  19.